home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15743 < prev    next >
Encoding:
Text File  |  1996-08-05  |  955 b   |  29 lines

  1. Newsgroups: comp.lang.c
  2. Path: news.cis.ohio-state.edu!rutgers!umdnj!news
  3. From: "G Ralph Kuntz, MD" <kuntz@umdnj.edu>
  4. Subject: Re: Memory leakage
  5. Content-Type: text/plain; charset=us-ascii
  6. Message-ID: <31793F9B.52AF@umdnj.edu>
  7. Sender: news@umdnj.edu (<usenet account>)
  8. Content-Transfer-Encoding: 7bit
  9. Organization: UMDNJ--Robert Wood Johnson Medical School
  10. Mime-Version: 1.0
  11. Date: Sat, 20 Apr 1996 19:48:43 GMT
  12. X-Mailer: Mozilla 2.01 (Win95; I)
  13.  
  14. Kurt Watzka wrote:
  15. ...
  16. > >free(y); // or just let y be deallocated when the function is over with
  17. > This is a syntax error in C as it is defined today, but it may be a
  18. > very dangerous expression if "//" will be accepted as a comment delimiter
  19. > in a future version of the language definition.
  20.  
  21. Nit, nit, nit picking, but technically, this is a symantic error.  The 
  22. syntax is fine.
  23.  
  24. -- 
  25. - G. Ralph Kuntz, MD, MS (Computer Science)
  26.     Artificial Intelligence Solutions for Medicine
  27.     73404.2625@compuserve.com
  28.